ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexPieBase<T> Class / InnerText Property






In This Topic
    InnerText Property (FlexPieBase<T>)
    In This Topic
    Gets or sets the text inside the pie (at the pie center).
    Syntax
    'Declaration
     
    
    Public Property InnerText As System.String
    'Usage
     
    
    Dim instance As FlexPieBase(Of T)
    Dim value As System.String
     
    instance.InnerText = value
     
    value = instance.InnerText
    public System.string InnerText {get; set;}
    public read-write property InnerText: System.String; 
    public function get,set InnerText : System.String
    public: __property System.string* get_InnerText();
    public: __property void set_InnerText( 
       System.string* value
    );
    public:
    property System.String^ InnerText {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also